home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - System / card_8359.txt < prev    next >
Text File  |  1990-04-02  |  4KB  |  209 lines

  1. -- card: 8359 from stack: in
  2. -- bmap block id: 8544
  3. -- flags: 0000
  4. -- background id: 6174
  5. -- name: QUESTION 1
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide button id 17
  9. end closeCard
  10.  
  11.  
  12. -- part 2 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=45 top=76 right=274 bottom=261
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: 
  24.  
  25.  
  26. -- part 15 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=20 top=51 right=69 bottom=283
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 3
  34. -- text size: 14
  35. -- style flags: 256
  36. -- line height: 18
  37. -- part name: 
  38.  
  39.  
  40. -- part 17 (button)
  41. -- low flags: 80
  42. -- high flags: A003
  43. -- rect: left=345 top=248 right=270 bottom=445
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Reference
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   push card
  55.   visual iris open
  56.   go to card "General"
  57.   get the location of card button "Next ..."
  58.   click at it
  59.   show card field "Cover All"
  60.   show card button "Self-Check"
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 20 (field)
  66. -- low flags: 80
  67. -- high flags: 0000
  68. -- rect: left=324 top=160 right=197 bottom=491
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 0
  72. -- font id: 3
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: 
  77.  
  78.  
  79. -- part 28 (button)
  80. -- low flags: 00
  81. -- high flags: A003
  82. -- rect: left=363 top=163 right=185 bottom=429
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 0 / 0
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: FALSE
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   play "Harpsichord" tempo 180 "a es eq es f# g# a b c#5q a4s aq"
  94.   wait for 2 seconds
  95.   hide button id 17
  96.   visual scroll right
  97.   go next
  98. end mouseUp
  99.  
  100.  
  101. -- part 29 (button)
  102. -- low flags: 00
  103. -- high flags: A003
  104. -- rect: left=363 top=132 right=154 bottom=429
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: TRUE
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   play boing
  116.   show button id 17
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 33 (button)
  122. -- low flags: 00
  123. -- high flags: 0000
  124. -- rect: left=328 top=302 right=325 bottom=353
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: New Button
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   visual effect scroll right
  136.   go to next card
  137. end mouseUp
  138.  
  139.  
  140.  
  141.  
  142. -- part 35 (button)
  143. -- low flags: 00
  144. -- high flags: 0000
  145. -- rect: left=157 top=302 right=325 bottom=182
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 0 / 0
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: New Button
  154. ----- HyperTalk script -----
  155. on mouseUp
  156.   visual effect scroll left
  157.   go to prev card
  158. end mouseUp
  159.  
  160.  
  161.  
  162.  
  163. -- part 36 (button)
  164. -- low flags: 00
  165. -- high flags: A004
  166. -- rect: left=202 top=303 right=324 bottom=305
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 0 / 0
  169. -- text alignment: 1
  170. -- font id: 0
  171. -- text size: 12
  172. -- style flags: 0
  173. -- line height: 16
  174. -- part name: The System
  175. ----- HyperTalk script -----
  176. on mouseUp
  177.   answer "Exit the Self-Check?" with "Yes" or "Cancel"
  178.   if it is "Yes" then
  179.     visual checkerboard to black
  180.     go to card id 7270
  181.   end if
  182.   if it is "Cancel" then
  183.     put "Cancel" into it
  184.   end if
  185. end  mouseUp
  186.  
  187.  
  188. -- part contents for card part 2
  189. ----- text -----
  190.  
  191.  
  192.  
  193. Up to 8 bits per pixel 
  194. are available (32 shades of
  195. gray).
  196.   
  197.  
  198.  
  199.  
  200.  
  201.  
  202. -- part contents for card part 15
  203. ----- text -----
  204. Question
  205.  
  206. -- part contents for card part 20
  207. ----- text -----
  208. Only during routine 
  209. maintenance?